-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(PWA): Leaves, Expense Claims, & Employee Advances #807
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- edit form functionality added - show doc ID in header - make fields read-only if emp is viewing some other employee's leave application
- fetch documents as per tab: team's requests or your own - link to individual records - refactor request panel and list item components for dynamic use
- extract `ListFilterActionSheet` component - implement clear filters - fix filter button style
- show claim types, amount, dates in list item - add resource for company wise currency symbols as its needed frequently
- add routes for Employee Advance views
- added tabs and better field grouping - removed unused hidden fields - title, email_id
refactor: accept `RequestList` component as prop instead of importing all components
- don't implicitly submit doc, approve and add a separate action for submission
- fix child row add/update button disabling logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuing #595
Leave History
Kapture.2023-08-09.at.09.12.16.mp4
Leave Application
Kapture.2023-08-09.at.09.18.16.mp4
Form Validations
Kapture.2023-08-09.at.09.23.17.mp4
Expense Claims Dashboard
Kapture.2023-08-09.at.09.33.44.mp4
Expense Claim List
Kapture.2023-08-09.at.09.41.43.mp4
Expense Claim Form
Kapture.2023-08-09.at.09.51.31.mp4
no-docs